projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf0e087
)
GtkContainer: Fix paramter name in doc comment
author
Timm Bäder
<mail@baedert.org>
Thu, 10 Sep 2015 09:34:44 +0000
(11:34 +0200)
committer
Timm Bäder
<mail@baedert.org>
Thu, 10 Sep 2015 09:34:44 +0000
(11:34 +0200)
gtk/gtkcontainer.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcontainer.c
b/gtk/gtkcontainer.c
index 2a712d8cbfe7515841caebef4451606ffbde2455..76b893745c185594eda4f5e70df31b01b4dfb99d 100644
(file)
--- a/
gtk/gtkcontainer.c
+++ b/
gtk/gtkcontainer.c
@@
-1543,7
+1543,7
@@
gtk_container_class_install_child_property (GtkContainerClass *cclass,
* gtk_container_class_install_child_properties:
* @cclass: a #GtkContainerClass
* @n_pspecs: the length of the #GParamSpec array
- * @pspec: (array length=n_pspecs): the #GParamSpec array defining the new
+ * @pspec
s
: (array length=n_pspecs): the #GParamSpec array defining the new
* child properties
*
* Installs child properties on a container class.